home *** CD-ROM | disk | FTP | other *** search
- setProperty("_root.hero", _alpha, "100");
- setProperty("_root.hero", _xscale, "+100");
- setProperty("_root.hero", _yscale, "100");
- setProperty("_root.hero", _X, "175");
- setProperty("_root.hero", _Y, "425");
- stop();
- if(prog_bar1 eq true)
- {
- tellTarget("_root.debats")
- {
- gotoAndStop(25);
- }
- }
- if(prog_bar2 eq true)
- {
- tellTarget("_root.debats")
- {
- gotoAndStop(55);
- }
- }
- tellTarget("_root.c")
- {
- gotoAndStop(1);
- }
- tellTarget("_root.darker")
- {
- gotoAndPlay(2);
- }
-